It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2025-12-25 0 0 // 1 2025-12-26 0 5 // 2 2025-12-27 0 4 // 3 2025-12-28 0 9 // 4 2025-12-29 0 0 // 5 2025-12-30 0 2 // 6 2025-12-31 0 2 // 7 2026-01-01 0 2 // 8 2026-01-02 0 2 // 9 2026-01-03 0 1 // 10 2026-01-04 0 9 // 11 2026-01-05 0 15 // 12 2026-01-06 0 1 // 13 2026-01-07 0 3 // 14 2026-01-08 0 5 // 15 2026-01-09 0 3 // 16 2026-01-10 0 4 // 17 2026-01-11 0 0 // 18 2026-01-12 0 3 // 19 2026-01-13 0 1 // 20 2026-01-14 0 5